All Questions
Tagged with lispcomputer-science
3 questions
13votes
2answers
4kviews
Could we build a functional computer?
As mush as FP has done, in the end, all our programs are structured. That is, it doesn't matter how pure or functional we make a them - they are always translated to assembly, so what actually runs ...
7votes
2answers
3kviews
normal order evaluation -vs- applicative order evaluation
I am going through Abelson and Sussman (Structure and Interpretation of Computer Programs) and I am a little confused about when normal order evaluation is used and when applicative order evaluation ...
14votes
3answers
518views
Why is the c family the standard CS study regiment for Mathematics/CS programs instead of the LISP family? [closed]
I have been familiarizing myself with LISP for self improvement purposes. One of the things I have noticed is that LISP is much more within the paradigm of Mathematics than say C. The syntax and ...